Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: chain history indexer includes genesis #72

Merged
merged 1 commit into from
Oct 7, 2020
Merged

Conversation

iand
Copy link
Contributor

@iand iand commented Oct 7, 2020

Commit 3b98708 broke the chain indexer test after a reorganization of the chain
walking logic. It stopped processing when reaching genesis but omitted to
persist the genesis block infomation. This change fixes the bug.

Commit 3b98708 broke the chain indexer test after a reorganization of the chain
walking logic. It stopped processing when reaching genesis but omitted to
persist the genesis block infomation. This change fixes the bug.
@iand iand requested review from placer14 and frrist October 7, 2020 14:20
@iand iand merged commit d4694a4 into master Oct 7, 2020
@iand iand deleted the fix/history-genesis branch October 7, 2020 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants